home *** CD-ROM | disk | FTP | other *** search
/ Acorn RISC PD-CD 1 / Acorn RISC PD-CD 1.iso / languages / dde / _utils / desc < prev    next >
Text File  |  1992-02-03  |  663b  |  37 lines

  1. # This is a description of the wimp interface for fda
  2.  
  3. tool_details_start
  4.    name          "Utils";
  5.    version       "1.00 (03-Feb-92)";
  6.    wimpslot      32k;
  7. tool_details_end
  8.  
  9.  
  10. metaoptions_start
  11.    has_auto_run;
  12.    has_text_window;
  13.    has_summary_window;
  14. metaoptions_end
  15.  
  16.  
  17. dbox_start
  18.    icons_start
  19.       icn   3  maps_to string   not_saved;
  20.       icn   4  maps_to string   not_saved;
  21.    icons_end
  22.  
  23.    defaults
  24.       icn  3 "",
  25.       icn  4 "";
  26.  
  27.    imports_start
  28.       drag_to  icn 3   inserts icn 3 separator_is " ";
  29.       drag_to  icn 4   inserts icn 4 separator_is " ";
  30.       drag_to  iconbar inserts icn 3;
  31.    imports_end
  32. dbox_end
  33.  
  34.  
  35. order_is  icn 3, icn 4;
  36.  
  37.